home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_08_10 / 8n10088a < prev    next >
Text File  |  1990-07-21  |  258b  |  19 lines

  1.  
  2. Listing 4:
  3.  
  4. /* Write to printer, using stdprn */
  5.  
  6. #include <stdio.h>
  7.  
  8. function()
  9.           {
  10.           int x, y, z;
  11.  
  12.           x = 5;
  13.           y = 6;
  14.           z = X + y;
  15.  
  16.           fprintf (stdprn, "The answer is %10d", z);
  17.           }
  18.  
  19.